transformPoint(double,double,double[],int) Method
In This Topic
Applies the geometric transform represented by this matrix to a specified point.
Syntax
public void transformPoint(
double ,
double ,
double[] ,
int
)
|
Parameters
- x
- X coordinate of the point.
- y
- Y coordinate of the point.
- result
- Array for storing the transformation result.
- offset
- Offset in result array where to write the transformed values.
See Also